home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Linux Cubed Series 4: GNU Archives
/
Linux Cubed Series 4 - GNU Archives.iso
/
gnu
/
glibc-1.09
/
glibc-1
/
glibc-1.09.1
/
sysdeps
/
unix
/
bsd
/
hp
/
m68k
/
start.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-07-18
|
222 b
|
11 lines
/* hp300 4.3 BSD starts at 4, rather than 0, when the start address is 0.
Go figure. */
asm(".globl __start");
asm("__start: .long 0");
#define _start __start0
#define DUMMIES dummy0
#include <sysdeps/unix/start.c>